object Dlg_Password: TDlg_Password Left = 281 Top = 275 BorderStyle = bsDialog Caption = 'Has�o' ClientHeight = 93 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnKeyPress = FormKeyPress OnMouseMove = FormMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 62 Height = 13 Caption = 'Wpisz has�o:' end object Label2: TLabel Left = 64 Top = 56 Width = 32 Height = 13 Caption = 'Label2' Visible = False end object Label3: TLabel Left = 64 Top = 72 Width = 32 Height = 13 Caption = 'Label3' Visible = False end object ED_Password: TEdit Left = 16 Top = 28 Width = 377 Height = 21 PasswordChar = '*' TabOrder = 0 OnKeyPress = FormKeyPress end object btnOk: TPanel Left = 212 Top = 60 Width = 80 Height = 25 Anchors = [akLeft, akTop, akRight] BevelOuter = bvNone Caption = 'ok' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 TabStop = True OnClick = btnOkClick end object btnAnuluj: TPanel Left = 312 Top = 60 Width = 80 Height = 25 Anchors = [akLeft, akTop, akRight] BevelOuter = bvNone Caption = 'anuluj' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 TabStop = True OnClick = btnAnulujClick end end